home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TDEFINEVAR / TDEFINEVAR.txt
Text File  |  1997-04-13  |  16KB  |  581 lines

  1. object DefineVar: TDefineVar
  2.   Left = 201
  3.   Top = 285
  4.   BorderStyle = bsDialog
  5.   Caption = 'Variables'
  6.   ClientHeight = 353
  7.   ClientWidth = 564
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   ShowHint = True
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object AliasText: TLabel
  22.     Left = 240
  23.     Top = 154
  24.     Width = 41
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = 'Variable:'
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object ComText: TLabel
  35.     Left = 251
  36.     Top = 178
  37.     Width = 30
  38.     Height = 13
  39.     Alignment = taRightJustify
  40.     Caption = 'Value:'
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Image1: TImage
  48.     Left = 184
  49.     Top = 32
  50.     Width = 32
  51.     Height = 32
  52.     AutoSize = True
  53.   end
  54.   object Label3: TLabel
  55.     Left = 224
  56.     Top = 40
  57.     Width = 267
  58.     Height = 13
  59.     Caption = 'Variables allow you to assign a value to a short-cut name'
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object Label4: TLabel
  67.     Left = 240
  68.     Top = 56
  69.     Width = 238
  70.     Height = 13
  71.     Caption = 'Enter the name of the short-cut in the Variable field'
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.   end
  78.   object Label5: TLabel
  79.     Left = 240
  80.     Top = 70
  81.     Width = 223
  82.     Height = 13
  83.     Caption = 'Enter the value of the variable in the Value field'
  84.     Font.Color = clWindowText
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.   end
  90.   object Bevel1: TBevel
  91.     Left = 168
  92.     Top = 32
  93.     Width = 9
  94.     Height = 259
  95.     Shape = bsLeftLine
  96.   end
  97.   object Label7: TLabel
  98.     Left = 8
  99.     Top = 32
  100.     Width = 98
  101.     Height = 13
  102.     Caption = 'Stored Variables:'
  103.     Font.Color = clWindowText
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.   end
  109.   object Label8: TLabel
  110.     Left = 8
  111.     Top = 48
  112.     Width = 148
  113.     Height = 13
  114.     Caption = 'Click on an alias below to edit it'
  115.     Font.Color = clWindowText
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.   end
  121.   object Label1: TLabel
  122.     Left = 240
  123.     Top = 84
  124.     Width = 256
  125.     Height = 13
  126.     Caption = 'If the Default Value is set, the variable will be initialized'
  127.     Font.Color = clWindowText
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.   end
  133.   object Label2: TLabel
  134.     Left = 256
  135.     Top = 98
  136.     Width = 206
  137.     Height = 13
  138.     Caption = 'to that value when the settings file is loaded'
  139.     Font.Color = clWindowText
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     ParentFont = False
  144.   end
  145.   object Label6: TLabel
  146.     Left = 244
  147.     Top = 202
  148.     Width = 37
  149.     Height = 13
  150.     Alignment = taRightJustify
  151.     Caption = 'Default:'
  152.     Font.Color = clWindowText
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentFont = False
  157.   end
  158.   object Inh: TLabel
  159.     Left = 288
  160.     Top = 232
  161.     Width = 188
  162.     Height = 13
  163.     Caption = 'Inherited from parent settings file'
  164.     Font.Color = clRed
  165.     Font.Height = -11
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = [fsBold]
  168.     ParentFont = False
  169.     Visible = False
  170.   end
  171.   object OKBtn: TBitBtn
  172.     Left = 320
  173.     Top = 300
  174.     Width = 77
  175.     Height = 27
  176.     Font.Color = clBtnText
  177.     Font.Height = -11
  178.     Font.Name = 'MS Sans Serif'
  179.     Font.Style = []
  180.     ParentFont = False
  181.     TabOrder = 0
  182.     OnClick = OKBtnClick
  183.     Kind = bkOK
  184.     Margin = 2
  185.     Spacing = -1
  186.     IsControl = True
  187.   end
  188.   object CancelBtn: TBitBtn
  189.     Left = 402
  190.     Top = 300
  191.     Width = 77
  192.     Height = 27
  193.     Font.Color = clBtnText
  194.     Font.Height = -11
  195.     Font.Name = 'MS Sans Serif'
  196.     Font.Style = []
  197.     ParentFont = False
  198.     TabOrder = 1
  199.     OnClick = CancelBtnClick
  200.     Kind = bkCancel
  201.     Margin = 2
  202.     Spacing = -1
  203.     IsControl = True
  204.   end
  205.   object HelpBtn: TBitBtn
  206.     Left = 484
  207.     Top = 300
  208.     Width = 77
  209.     Height = 27
  210.     HelpContext = 170
  211.     Font.Color = clBtnText
  212.     Font.Height = -11
  213.     Font.Name = 'MS Sans Serif'
  214.     Font.Style = []
  215.     ParentFont = False
  216.     TabOrder = 2
  217.     Kind = bkHelp
  218.     Margin = 2
  219.     Spacing = -1
  220.     IsControl = True
  221.   end
  222.   object VarName: TEdit
  223.     Left = 288
  224.     Top = 152
  225.     Width = 81
  226.     Height = 21
  227.     Hint = '|Name of the variable (A-Z 0-9 and _ characters only)'
  228.     AutoSize = False
  229.     Font.Color = clWindowText
  230.     Font.Height = -11
  231.     Font.Name = 'MS Sans Serif'
  232.     Font.Style = []
  233.     ParentFont = False
  234.     TabOrder = 3
  235.     OnChange = VarNameChange
  236.   end
  237.   object VarCom: TEdit
  238.     Left = 288
  239.     Top = 176
  240.     Width = 209
  241.     Height = 21
  242.     Hint = '|Current value of variable'
  243.     AutoSize = False
  244.     Font.Color = clWindowText
  245.     Font.Height = -11
  246.     Font.Name = 'MS Sans Serif'
  247.     Font.Style = []
  248.     ParentFont = False
  249.     TabOrder = 4
  250.     OnChange = VarComChange
  251.   end
  252.   object VarList: TListBox
  253.     Left = 8
  254.     Top = 66
  255.     Width = 154
  256.     Height = 225
  257.     ExtendedSelect = False
  258.     Font.Color = clWindowText
  259.     Font.Height = -11
  260.     Font.Name = 'MS Sans Serif'
  261.     Font.Style = []
  262.     ItemHeight = 13
  263.     ParentFont = False
  264.     Sorted = True
  265.     TabOrder = 5
  266.     OnClick = VarListClick
  267.     OnMouseDown = VarListMouseDown
  268.   end
  269.   object NewBtn: TBitBtn
  270.     Left = 8
  271.     Top = 300
  272.     Width = 62
  273.     Height = 27
  274.     Hint = '|Create a new variable'
  275.     Caption = '&New'
  276.     Font.Color = clBtnText
  277.     Font.Height = -11
  278.     Font.Name = 'MS Sans Serif'
  279.     Font.Style = []
  280.     ParentFont = False
  281.     TabOrder = 6
  282.     OnClick = NewBtnClick
  283.     Margin = 2
  284.     NumGlyphs = 2
  285.     Spacing = -1
  286.     IsControl = True
  287.   end
  288.   object Panel1: TPanel
  289.     Left = 0
  290.     Top = 0
  291.     Width = 564
  292.     Height = 22
  293.     Align = alTop
  294.     BevelOuter = bvNone
  295.     Caption = 'Panel1'
  296.     TabOrder = 7
  297.     object Panel2: TPanel
  298.       Left = 0
  299.       Top = 0
  300.       Width = 46
  301.       Height = 22
  302.       Align = alLeft
  303.       BevelOuter = bvNone
  304.       TabOrder = 0
  305.       object TopBtn: TSpeedButton
  306.         Left = 0
  307.         Top = 0
  308.         Width = 22
  309.         Height = 22
  310.         Hint = 'Keep on top|Forces this dialog to display on top of others'
  311.         AllowAllUp = True
  312.         GroupIndex = 1
  313.         NumGlyphs = 2
  314.         OnClick = TopBtnClick
  315.       end
  316.       object LoadBtn: TSpeedButton
  317.         Left = 22
  318.         Top = 0
  319.         Width = 22
  320.         Height = 22
  321.         Hint = 
  322.           'Update for active MUD|Loads variables for current character wind' +
  323.           'ow'
  324.         NumGlyphs = 2
  325.         OnClick = LoadBtnClick
  326.       end
  327.     end
  328.     object Panel3: TPanel
  329.       Left = 46
  330.       Top = 0
  331.       Width = 518
  332.       Height = 22
  333.       Align = alClient
  334.       BevelOuter = bvLowered
  335.       TabOrder = 1
  336.       object AliasBtn: TBtnPanel
  337.         Left = 1
  338.         Top = 1
  339.         Width = 64
  340.         Height = 20
  341.         BorderColor = clHighlight
  342.         Align = alLeft
  343.         BorderWidth = 1
  344.         Caption = 'Aliases'
  345.         Font.Color = clBtnText
  346.         Font.Height = -11
  347.         Font.Name = 'MS Sans Serif'
  348.         Font.Style = []
  349.         ParentFont = False
  350.         TabOrder = 0
  351.         OnClick = AliasBtnClick
  352.       end
  353.       object VarBtn: TBtnPanel
  354.         Left = 65
  355.         Top = 1
  356.         Width = 64
  357.         Height = 20
  358.         BorderColor = clHighlight
  359.         Align = alLeft
  360.         BorderWidth = 1
  361.         Caption = 'Variables'
  362.         Font.Color = clBtnText
  363.         Font.Height = -11
  364.         Font.Name = 'MS Sans Serif'
  365.         Font.Style = []
  366.         ParentFont = False
  367.         TabOrder = 1
  368.         OnClick = VarBtnClick
  369.       end
  370.       object MacroBtn: TBtnPanel
  371.         Left = 129
  372.         Top = 1
  373.         Width = 64
  374.         Height = 20
  375.         BorderColor = clHighlight
  376.         Align = alLeft
  377.         BorderWidth = 1
  378.         Caption = 'Macros'
  379.         Font.Color = clBtnText
  380.         Font.Height = -11
  381.         Font.Name = 'MS Sans Serif'
  382.         Font.Style = []
  383.         ParentFont = False
  384.         TabOrder = 2
  385.         OnClick = MacroBtnClick
  386.       end
  387.       object ButBtn: TBtnPanel
  388.         Left = 193
  389.         Top = 1
  390.         Width = 64
  391.         Height = 20
  392.         BorderColor = clHighlight
  393.         Align = alLeft
  394.         BorderWidth = 1
  395.         Caption = 'Buttons'
  396.         Font.Color = clBtnText
  397.         Font.Height = -11
  398.         Font.Name = 'MS Sans Serif'
  399.         Font.Style = []
  400.         ParentFont = False
  401.         TabOrder = 3
  402.         OnClick = ButBtnClick
  403.       end
  404.       object TrigBtn: TBtnPanel
  405.         Left = 257
  406.         Top = 1
  407.         Width = 64
  408.         Height = 20
  409.         BorderColor = clHighlight
  410.         Align = alLeft
  411.         BorderWidth = 1
  412.         Caption = 'Triggers'
  413.         Font.Color = clBtnText
  414.         Font.Height = -11
  415.         Font.Name = 'MS Sans Serif'
  416.         Font.Style = []
  417.         ParentFont = False
  418.         TabOrder = 4
  419.         OnClick = TrigBtnClick
  420.       end
  421.       object WalkBtn: TBtnPanel
  422.         Left = 321
  423.         Top = 1
  424.         Width = 88
  425.         Height = 20
  426.         BorderColor = clHighlight
  427.         Align = alLeft
  428.         BorderWidth = 1
  429.         Caption = 'Speedwalking'
  430.         Font.Color = clBtnText
  431.         Font.Height = -11
  432.         Font.Name = 'MS Sans Serif'
  433.         Font.Style = []
  434.         ParentFont = False
  435.         TabOrder = 5
  436.         OnClick = WalkBtnClick
  437.       end
  438.     end
  439.   end
  440.   object VarDef: TEdit
  441.     Left = 288
  442.     Top = 200
  443.     Width = 209
  444.     Height = 21
  445.     Hint = '|Default value of variable to load at startup'
  446.     AutoSize = False
  447.     Font.Color = clWindowText
  448.     Font.Height = -11
  449.     Font.Name = 'MS Sans Serif'
  450.     Font.Style = []
  451.     ParentFont = False
  452.     TabOrder = 8
  453.     OnChange = VarComChange
  454.   end
  455.   object CopyBtn: TBitBtn
  456.     Left = 72
  457.     Top = 300
  458.     Width = 62
  459.     Height = 27
  460.     Hint = '|Make a copy of the currently selected variable'
  461.     Caption = '&Copy'
  462.     Font.Color = clBtnText
  463.     Font.Height = -11
  464.     Font.Name = 'MS Sans Serif'
  465.     Font.Style = []
  466.     ParentFont = False
  467.     TabOrder = 9
  468.     OnClick = CopyBtnClick
  469.     Glyph.Data = {
  470.       56070000424D5607000000000000360400002800000028000000140000000100
  471.       0800000000002003000000000000000000000000000000000000000000000000
  472.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  473.       A600000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  503.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  504.       03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  505.       0303030303030303030000000000000000000003030303030303030303F8F8F8
  506.       F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  507.       0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  508.       FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  509.       0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  510.       03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  511.       FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  512.       F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  513.       FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  514.       FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  515.       0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  516.       0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  517.       F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  518.       0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  519.       FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  520.       0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  521.       03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  522.       F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  523.       0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  524.       FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  525.       030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  526.       0303030303030303030303030303030303030303030303030303030303030303
  527.       0303030303030303030303030303030303030303030303030303030303030303
  528.       0303030303030303030303030303030303030303030303030303}
  529.     Margin = 2
  530.     NumGlyphs = 2
  531.     Spacing = -1
  532.     IsControl = True
  533.   end
  534.   object DelBtn: TBitBtn
  535.     Left = 136
  536.     Top = 300
  537.     Width = 27
  538.     Height = 27
  539.     Hint = 'Delete variable'
  540.     TabOrder = 10
  541.     OnClick = DelBtnClick
  542.     NumGlyphs = 2
  543.     Spacing = -1
  544.     IsControl = True
  545.   end
  546.   object HelpPanel: TPanel
  547.     Left = 0
  548.     Top = 333
  549.     Width = 564
  550.     Height = 20
  551.     Align = alBottom
  552.     Alignment = taLeftJustify
  553.     BevelOuter = bvLowered
  554.     Font.Color = clWindowText
  555.     Font.Height = -11
  556.     Font.Name = 'MS Sans Serif'
  557.     Font.Style = []
  558.     ParentFont = False
  559.     TabOrder = 11
  560.   end
  561.   object PopupMenu1: TPopupMenu
  562.     Left = 184
  563.     Top = 248
  564.     object New1: TMenuItem
  565.       Caption = 'New'
  566.       ShortCut = 0
  567.       OnClick = NewBtnClick
  568.     end
  569.     object Copy1: TMenuItem
  570.       Caption = 'Copy'
  571.       ShortCut = 0
  572.       OnClick = CopyBtnClick
  573.     end
  574.     object Delete1: TMenuItem
  575.       Caption = 'Delete'
  576.       ShortCut = 0
  577.       OnClick = DelBtnClick
  578.     end
  579.   end
  580. end
  581.